object Form1: TForm1 Left = 189 Top = 102 Width = 442 Height = 300 ActiveControl = DBGrid1 Caption = 'Filter Example' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 307 Top = 69 Width = 106 Height = 119 end object Label1: TLabel Left = 316 Top = 81 Width = 30 Height = 16 Caption = 'Start' end object Label2: TLabel Left = 316 Top = 132 Width = 25 Height = 16 Caption = 'End' end object Label3: TLabel Left = 312 Top = 59 Width = 60 Height = 16 Caption = 'ID Range' Font.Color = clNavy Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False end object Image1: TImage Left = 10 Top = 7 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True end object Label4: TLabel Left = 88 Top = 9 Width = 257 Height = 22 Caption = '"We'#39've Never Been Licked!"' Font.Color = clRed Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 159 Top = 33 Width = 108 Height = 16 Caption = 'Ice Cream Parlor' end object Image2: TImage Left = 46 Top = 28 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True end object DBGrid1: TDBGrid Left = 11 Top = 69 Width = 280 Height = 184 DataSource = DataSource1 TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -13 TitleFont.Name = 'System' TitleFont.Style = [] end object Edit1: TEdit Left = 316 Top = 101 Width = 82 Height = 24 Font.Color = clMaroon Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False TabOrder = 1 end object Edit2: TEdit Left = 316 Top = 152 Width = 84 Height = 24 Font.Color = clMaroon Font.Height = -13 Font.Name = 'System' Font.Style = [] ParentFont = False TabOrder = 2 end object Button1: TButton Left = 307 Top = 198 Width = 106 Height = 24 Caption = 'Set Range' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 307 Top = 227 Width = 106 Height = 24 Caption = 'Cancel Range' TabOrder = 4 OnClick = Button2Click end object Table1: TTable Active = True DatabaseName = 'ayf' TableName = 'YOGURT.DB' Left = 365 Top = 5 end object DataSource1: TDataSource DataSet = Table1 Left = 397 Top = 5 end end